Skip to main content

formatNumberListAsItems

Type

handler

Summary

Format a list of numbers as a comma-delimited "item" string

Syntax

formatNumberListAsItems(<pList>)

Description

Helper function for converting a list of numbers into a LiveCode Script "item" list, obeying the LiveCode Script rules for items.

Parameters

NameTypeDescription

pList

A list of numbers

handler: formatStringListAsItems, parseItemsAsNumberList